WrapContourMode Enumeration

Represents the nature of the wrapping of text around the contour of a shape.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum WrapContourMode

Members

Full0 Text wraps around the shape and fills any spaces and indentations in the shape.
Outside1 Text wraps around the general area to the left and right of the shape.
None2 None.

See Also